Restarted the Jira and confluence servicesJira service Normal, webpage normal access, confluence port is pass, ping ip,ping domain name All pass, just can't open webpage, report 404Cd/home/confluence/logsTail-f catalina.out waiting to view boot logNew open a server SSH connectionCd/home/confluence/bin./stop-confluence.sh #停止之前的服务,Ps-ef to see if the process exists, if there is a kill-9 process number#等待查看日志的连接会显示出关闭服务的日志, enter the empty travel, easy
-application.properties
Jira. home =/home/jira_home2.4. Start jira
[Root @ name01 bin] #/home/jira/atlassian-jira-6.3.6-standalone/bin/start-jira.sh
To run JIRA in the foreground,
Companies use Jira to distribute tasks, and each jira is equivalent to a task. Can be sent by the team leader (assign) a jira to you, you can also find Jira to do.
Because the company is a foreign enterprise, the use of products are in English, so just start contact with
/software/jira/downloads/binary/ Atlassian-jira-6.3.6.tar.gz, but under relatively slow, you can go to my Baidu Cloud network disk address Http://pan.baidu.com/s/1eQgTYKE download.2, installation2.1, installationJDKEnvironmentInstalling the Tomcat environment under Linux, refer to: http://blog.csdn.net/mchdba/article/details/23769731Installing the JDK environment under Linux, refer to: http://blog.csdn.net/
completes data migration and upgrades.
Preparations: JIRA3.6.2 and JIRA6.0.8 have been installed. The intermediate version 4.4.5 is required.
JIRA installation and deployment in CentOS 6.5
Install and configure Jira and Confluence integration environments in CentOS 6.5
Installation and configuration of JIRA and Confluence in CentOS 5.3
1. Download Jira4.4.5
/truck failed:o
Rg.tmatesoft.svn.core.SVNAuthenticationException:svn:Authentication Required F
or ' Org.tmatesoft.svn.core.SVNAuthenticationException:svn:Authentication Required
For ' At Org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error (Svnerrormana
GER.JAVA:41)
At Org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties
5. After these are completed, in the Jira management->system->services can see
Subversion Revision Indexing
occupied, an error is reported when jira is started. xml, you need to change the default port 8080 to port 8081, which is about to be attached to line 49th of the file. The modification method is as follows:
# Check whether port 8081 is occupied
[Root @ name01 conf] # lsof-I: 8081
[Root @ name01 conf] #
[Root @ name01 conf] # vim/home/jira/atlassian-jira-6.3.6-s
the connection and save it. Restart JIRA. Manually, find the dbconfig. xml file in the root directory of the JIRA main directory. If the file does not exist, create the file and copy and paste the XML sample code (as follows) to the file. Update the file according to the following database connection fields. Add the 'amp;' escape all '' character at each end. Note:
The element must specify the database ty
to view the latest build status on the Jira panel and problem view page at any time. You can use bamboo to set up one-click release management to simplify your deployment process.
Promote code reviewAdd the Crucible code review to your Jira workflow, and ensure that each line of code is carefully checked by experts before being published. You can
Local Environment:192.168.16.103Dual Core, 2G memoryCentOS 6.7 X64Need to be able to connect to networkRequired installation PackagesAtlassian-jira-6.3.6.tar.gzjdk-7u67-linux-x64.rpmMariadb-10.0.10-linux-x86_64.tar.gzMysql-connector-java-5.1.36.zipAtlassian-extras-2.2.2.jarAtlassian-universal-plugin-manager-plugin-2.17.13.jarEach installation package provided by the HTTP://PAN.BAIDU.COM/S/1GDERXPPTo start t
MySQL database:To create a database:mysql> CREATE DATABASE jira DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;To grant access to the secondary database:Mysql> grant all privileges in jira.* to [e-mail protected] ' 192.168.100.% ' identified by ' jira123 ';mysql> flush Privileges;Iv. installation Configuration Jira server:1, decompression
/web-inf/classes/jira-application.properties650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/87/D9/wKiom1fjM9uRDMMGAABR_xbnbqM814.png-wh_500x0-wm_3 -wmp_4-s_729113814.png "title=" Set Home "alt=" Wkiom1fjm9urdmmgaabr_xbnbqm814.png-wh_50 "/>3), install the MySQL JDBC driverUpload the Mysql-connector-java-5.1.26-bin.jar package to the/usr/local/jira/atlassian-ji
(installation steps see other people's blog content, next step)1: Double-click: Atlassian-jira-6.0.4-x32.exeJira-fileJira-fileJira-install-1Jira-install-12: Click NextJira-install-2Jira-install-23: Select the installation modeExpress Install (Use default settings): Using the Defaults installation optionCustom Install (recommended for advanced users): Customized installationUpgrade an existing JIRA installa
; create database jira default character set utf8 COLLATE utf8_general_ci;
Grant the permission to connect to the secondary database:
Mysql> grant all privileges on jira. * to jirasa @ '2017. 192.% 'identified by 'jira123 ';
Mysql> flush privileges;
4. install and configure the JIRA Server:
1. Decompress JIRA:
[Root @
need to follow Tomcat again Second, installationJIRA1. Set up JIRA directoryin the /opt directory (can be selected as needed)mkdir Atlassian2,decompression, renamed to JiraTAR–ZXVF atlassian-jira-6.3.6.tar.gzMV Atlassian-jira-6.3.6-standalone Jira3. Move to the/opt/atlassian directoryMV jira/opt/atlassian/4. See If
>flushprivileges;
4. install and configure the Jira Server:
1. Decompress Jira:
[[emailprotected]jira]#tar-zxfatlassian-jira-6.0.3.tar.gz-C/usr/local/[[emailprotected]local]#mvatlassian-jira-6.0.3-standalone/jira
2. Create the
the startup and shutdown portsConfiguration Complete!2. Start Jira$ cd/opt/atlassian-jira-6.3.6-standalone/bin$./start-jira.sh //Start Jira and run in the backgroundVisit Jira http://l
1 , install the Java environment[Java Environment installation Check out the Java environment installation]2 , install the database and add the Jira database and user authorization[See MySQL installation for MySQL environment installation]Mysql> CREATE DATABASE Jira charactor set ' UTF8 ';mysql> grant all on jiradb.* to ' jira ' @ '% ' identified by ' jira123 ';
environment under Linux, refer to: http://www.linuxidc.com/Linux/2014-04/100235.htmInstalling the JDK environment under Linux, refer to: http://www.linuxidc.com/Linux/2014-08/105906.htm2.2. Create a DirectoryMkdir–p/home/jiraMv/root/atlassian-jira-6.3.6.tar.gz./2.3, unzip the installationTAR-XVF atlassian-jira-6.3.6.tar.gzCD Atlassian-jira-6.3.6-standaloneConfig
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.